Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/edge/[Content_Types].xml.tmpl

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Patch Set: Address comments on patch set 1 Created June 17, 2016, 5:51 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
3 <Default Extension="json" ContentType="application/json"/>
Sebastian Noack 2016/07/01 15:56:04 I wonder whether we should auto-generate the defau
Vasily Kuznetsov 2016/07/01 19:51:28 We could, but I thought it would be more work than
Sebastian Noack 2016/07/05 14:30:37 I don't have a strong opinion, but in the sense of
Vasily Kuznetsov 2016/07/07 16:23:48 I implemented your suggestion and now the content
4 <Default Extension="html" ContentType="text/html"/>
5 <Default Extension="js" ContentType="application/x-javascript"/>
6 <Default Extension="png" ContentType="image/png"/>
7 <Default Extension="css" ContentType="text/css"/>
8 <Default Extension="gif" ContentType="image/gif"/>
9 <Default Extension="otf" ContentType="application/octet-stream"/>
10 <Default Extension="xml" ContentType="text/xml"/>
11 <Override PartName="/AppxManifest.xml" ContentType="application/vnd.ms-appx.ma nifest+xml"/>
12 <Override PartName="/AppxBlockMap.xml" ContentType="application/vnd.ms-appx.bl ockmap+xml"/>
13 </Types>
OLDNEW

Powered by Google App Engine
This is Rietveld